home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / wdfmt.arc / WDFMT.DOC < prev    next >
Text File  |  1989-02-21  |  3KB  |  76 lines

  1.                                 October/3/1987
  2.  
  3.  
  4.  
  5.  
  6.          WESTERN DIGITAL CORP. AT FORMAT ROUTINE
  7.  
  8.                  WDFMT   2.10
  9.  
  10.  
  11.  
  12.  
  13.  
  14.     WDFMT can be used on any Western DIgital AT Disk Controller to perform
  15.     any of the following tasks.
  16.  
  17.         FORMAT       do  a low level format of the disk. This will
  18.                remove all data from the drive!!!
  19.  
  20.         VERIFY       verify the entire disk.
  21.  
  22.         BAD TRACK       mark  bad  tracks that  were found
  23.                and/or enter the bad track map.
  24.  
  25.         SURFACE TEST   perform a surface test of the disk. This will
  26.                remoxe all data from the drive!!!
  27.  
  28.     In order to format a drive, one must complete the following steps;
  29.  
  30.       1)  Enter drive parameters when prompted by the program
  31.           or at the DOS command line as shown below.
  32.  
  33.      WDFMT  drive#   #cyls  #head  #sectors  interleave  precomp-cyl skew
  34.  
  35.       2)  Select the FORMAT option from the main menu and press <CR>.
  36.  
  37.       3)  When the format is complete select the VERIFY option from
  38.           the main menu.
  39.  
  40.       4)  When the verify is complete,  select the BAD TRACK option
  41.           from  the  main  menu.  The program  will  give a list of
  42.           bad tracks found    and ask if the tracks  should be marked
  43.           as bad. Next, the user is asked to enter the manufacturer
  44.           bad track map.
  45.  
  46.       5)  If a surface test  is  desired  this can    be  done now by
  47.           selecting  SURFACE  TEST    from  the  main menu.  When the
  48.           test  is    complete,  the    user  should  return to the BAD
  49.           TRACK option to mark bad tracks found.
  50.  
  51.     WDFMT can keep track of 300 errors at a time. If more than 300 errors
  52.     are found and are to be marked bad,  the user will have to repeat the
  53.     VERIFY/SURFACE TEST followed by the BAD TRACK for each group of 300.
  54.  
  55.  
  56.  
  57.  
  58.     In the drive parameter list the user is asked about skew. Skew is the
  59.     shifting of sectors  in  a    track relative to an ajacent track in the
  60.     same cylinder. Below is an example of a skew of 3.
  61.  
  62.      head 0 :   1  2  3  4    5  6 . . . 13 14 15 16 17
  63.      head 1 :  15 16 17  1    2  3 . . . 10 11 12 13 14
  64.      head 2 :  12 13 14 15 16 17 . . .  7  8  9 10 11
  65.      head 4 :   9 10 11 12 13 14 . . .  4  5  6  7    8
  66.  
  67.     In the drive parameter list the user is asked about alternate sector.
  68.     If alternate sector is enabled the formatter will create an alternate
  69.     sector that will be used if one sector is found to    be bad during the
  70.     verify  or    surface test.  When using this option one less sector per
  71.     track will available  to  DOS i.e. if you enter 35 sectors per  track
  72.     the formatter will format sectors 1 through 34 and sector 0.
  73.  
  74.  
  75.  
  76.